home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Secrets of Stargate
/
STARGATE.iso
/
mac
/
STARGATE (5MB Macintosh)
/
STARGATE (5MB Macintosh).DXR
/
00075.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-19
|
148 b
|
10 lines
on mouseUp
global gMusicOn
set gMusicOn to the hilite of cast "Play Music"
if gMusicOn = 0 then
stopAiff()
else
idle()
end if
end